home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / resources / misc.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  286 b   |  14 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/libraries.inc";
  3.  
  4. def MR_SERIALPORT = 0;
  5. def MR_SERIALBITS = 1;
  6. def MR_PARALLELPORT = 2;
  7. def MR_PARALLELBITS = 3;
  8.  
  9. def MR_ALLOCMISCRESOURCE = (LIB_BASE);
  10. def MR_FREEMISCRESOURCE = (LIB_BASE-LIB_VECTSIZE);
  11.  
  12. def MISCNAME = "misc.resource";
  13.  
  14.